Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/hashicorp/go-plugin to v1.6.2 #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/go-plugin v1.4.10 -> v1.6.2 age adoption passing confidence

Release Notes

hashicorp/go-plugin (github.com/hashicorp/go-plugin)

v1.6.2

Compare Source

ENHANCEMENTS:

  • Added support for gRPC dial options to the Dial API [GH-257]

BUGS:

  • Fixed a bug where reattaching to a plugin that exits could kill an unrelated process [GH-320]

v1.6.1

Compare Source

BUGS:

  • Suppress spurious os.ErrClosed on plugin shutdown [GH-299]

ENHANCEMENTS:

  • deps: bump google.golang.org/grpc to v1.58.3 [GH-296]

v1.6.0

Compare Source

CHANGES:

  • plugin: Plugins written in other languages can optionally start to advertise whether they support gRPC broker multiplexing.
    If the environment variable PLUGIN_MULTIPLEX_GRPC is set, it is safe to include a seventh field containing a boolean
    value in the |-separated protocol negotiation line.

ENHANCEMENTS:

  • Support muxing gRPC broker connections over a single listener [GH-288]
  • client: Configurable buffer size for reading plugin log lines [GH-265]
  • Use buf for proto generation [GH-286]
  • deps: bump golang.org/x/net to v0.17.0 [GH-285]
  • deps: bump golang.org/x/sys to v0.13.0 [GH-285]
  • deps: bump golang.org/x/text to v0.13.0 [GH-285]

v1.5.2

Compare Source

ENHANCEMENTS:

client: New UnixSocketConfig.TempDir option allows setting the directory to use when creating plugin-specific Unix socket directories [GH-282]

v1.5.1

Compare Source

BUGS:

  • server: PLUGIN_UNIX_SOCKET_DIR is consistently used for gRPC broker sockets as well as the initial socket [GH-277]

ENHANCEMENTS:

  • client: New UnixSocketConfig option in ClientConfig to support making the client's Unix sockets group-writable [GH-277]

v1.5.0

Compare Source

ENHANCEMENTS:

  • client: New runner.Runner interface to support clients providing custom plugin command runner implementations [GH-270]
    • Accessible via new ClientConfig field RunnerFunc, which is mutually exclusive with Cmd and Reattach
    • Reattaching support via ReattachConfig field ReattachFunc
  • client: New ClientConfig field SkipHostEnv allows omitting the client process' own environment variables from the plugin command's environment [GH-270]
  • client: Add ID() method to Client for retrieving the pid or other unique ID of a running plugin [GH-272]
  • server: Support setting the directory to create Unix sockets in with the env var PLUGIN_UNIX_SOCKET_DIR [GH-270]
  • server: Support setting group write permission and a custom group name or gid owner with the env var PLUGIN_UNIX_SOCKET_GROUP [GH-270]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f214c8f) 35.62% compared to head (6fb7151) 35.62%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #114   +/-   ##
=======================================
  Coverage   35.62%   35.62%           
=======================================
  Files          12       12           
  Lines         685      685           
=======================================
  Hits          244      244           
  Misses        415      415           
  Partials       26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update module github.com/hashicorp/go-plugin to v1.5.0 chore(deps): update module github.com/hashicorp/go-plugin to v1.5.1 Sep 5, 2023
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-plugin-1.x branch from 90f1a8b to 5a1bec5 Compare September 5, 2023 23:14
@renovate renovate bot changed the title chore(deps): update module github.com/hashicorp/go-plugin to v1.5.1 chore(deps): update module github.com/hashicorp/go-plugin to v1.5.2 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-plugin-1.x branch from 5a1bec5 to 825692f Compare September 22, 2023 14:11
@renovate renovate bot changed the title chore(deps): update module github.com/hashicorp/go-plugin to v1.5.2 chore(deps): update module github.com/hashicorp/go-plugin to v1.6.0 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-plugin-1.x branch from 825692f to f4d4e40 Compare November 13, 2023 22:50
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-plugin-1.x branch 2 times, most recently from 3a0f677 to 6fb7151 Compare January 19, 2024 16:45
@renovate renovate bot changed the title chore(deps): update module github.com/hashicorp/go-plugin to v1.6.0 chore(deps): update module github.com/hashicorp/go-plugin to v1.6.1 May 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-plugin-1.x branch from 6fb7151 to 8f58476 Compare May 10, 2024 19:15
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-go-plugin-1.x branch from 8f58476 to 2495cc2 Compare October 21, 2024 21:37
@renovate renovate bot changed the title chore(deps): update module github.com/hashicorp/go-plugin to v1.6.1 chore(deps): update module github.com/hashicorp/go-plugin to v1.6.2 Oct 21, 2024
Copy link
Contributor Author

renovate bot commented Oct 21, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/stretchr/testify v1.7.5 -> v1.8.3
golang.org/x/oauth2 v0.7.0 -> v0.10.0
golang.org/x/crypto v0.8.0 -> v0.14.0
golang.org/x/net v0.9.0 -> v0.17.0
golang.org/x/sys v0.7.0 -> v0.13.0
golang.org/x/text v0.9.0 -> v0.13.0
google.golang.org/grpc v1.54.0 -> v1.58.3
google.golang.org/protobuf v1.30.0 -> v1.31.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant